home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-applets-data.prerm < prev    next >
Encoding:
Text File  |  2007-03-12  |  545 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_gconf
  4. if [ "$1" = remove ] || [ "$1" = upgrade ]; then
  5.     gconf-schemas --unregister battstat.schemas charpick.schemas cpufreq-applet.schemas drivemount.schemas geyes.schemas gswitchit.schemas gweather.schemas mixer.schemas multiload.schemas stickynotes.schemas 
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_pysupport
  9. if which update-python-modules >/dev/null 2>&1; then
  10.     update-python-modules -c -i /usr/share/python-support/gnome-applets-data
  11. fi
  12. # End automatically added section
  13.